(time-stamp-format): Escape open parenthesis in column 0.
authorMarkus Rost <rost@math.uni-bielefeld.de>
Mon, 6 May 2002 00:15:28 +0000 (00:15 +0000)
committerMarkus Rost <rost@math.uni-bielefeld.de>
Mon, 6 May 2002 00:15:28 +0000 (00:15 +0000)
lisp/time-stamp.el

index 577faf80715e61ee0a780947e6fd1e0e5185b4fb..5fdebabcc79832eb7cf4c85d6efbbe9307630382 100644 (file)
@@ -54,7 +54,7 @@ A string is used verbatim except for character sequences beginning
 with %, as follows.  The values of non-numeric formatted items depend
 on the locale setting recorded in `system-time-locale' and
 `locale-coding-system'.  The examples here are for the default
-(`C') locale.
+\(`C') locale.
 
 %:a  weekday name: `Monday'.           %#A gives uppercase: `MONDAY'
 %3a  abbreviated weekday: `Mon'.       %3A gives uppercase: `MON'